home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / sharware / dynarray / arrtest6.dfm / arrtest6.txt
Encoding:
Text File  |  1996-04-28  |  1.2 KB  |  65 lines

  1. object ProgressDlg: TProgressDlg
  2.   Left = 423
  3.   Top = 222
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Progress'
  7.   ClientHeight = 179
  8.   ClientWidth = 273
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 273
  21.     Height = 179
  22.     Align = alClient
  23.     BevelWidth = 2
  24.     BorderStyle = bsSingle
  25.     TabOrder = 1
  26.     object LblAction: TLabel
  27.       Left = 16
  28.       Top = 16
  29.       Width = 241
  30.       Height = 20
  31.       AutoSize = False
  32.       Caption = 'LblAction'
  33.     end
  34.     object LblFilename: TLabel
  35.       Left = 16
  36.       Top = 48
  37.       Width = 241
  38.       Height = 20
  39.       AutoSize = False
  40.       Caption = 'LblFilename'
  41.       Font.Color = clWindowText
  42.       Font.Height = -13
  43.       Font.Name = 'System'
  44.       Font.Style = []
  45.       ParentFont = False
  46.     end
  47.     object Gauge: TGauge
  48.       Left = 16
  49.       Top = 88
  50.       Width = 233
  51.       Height = 20
  52.       Progress = 0
  53.     end
  54.   end
  55.   object BtnAbort: TButton
  56.     Left = 16
  57.     Top = 128
  58.     Width = 241
  59.     Height = 33
  60.     Caption = 'Abort'
  61.     TabOrder = 0
  62.     OnClick = BtnAbortClick
  63.   end
  64. end
  65.